<%'Dynamic Link set Feature_InformationRecordSet = CreateObject("ADODB.RecordSet") Feature_InformationRecordSet.Open "select * from Features order by Priority", ConnectString("Magazine") set Feature_Information = WrapRecordSet(Feature_InformationRecordSet, "ID") %>

Contents

Home
Features
Q & A

<%=Feature_Information.Value("Title")%>

<%=Feature_Information.Value("Introduction")%>

full story

Features

<% Feature_Information.MoveFirst %> <% Feature_Information.Move 2 - 1 %> <% while not Feature_Information.EOF and Feature_Information.AbsolutePosition <= 6 %> <% Feature_Information.MoveNext %> <% wend %>
<%=Feature_Information.Value("Title")%>

more stories...

<% if 0 then %> <% end if %>